const text/template/parse.rightComment
3 uses
text/template/parse (current package)
lex.go#L266: rightComment = "*/"
lex.go#L346: x := strings.Index(l.input[l.pos:], rightComment)
lex.go#L350: l.pos += Pos(x + len(rightComment))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)